home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / BuiltIn / Templates / Cart.dwt < prev    next >
Encoding:
Text File  |  2003-09-05  |  3.8 KB  |  68 lines

  1. <html>
  2. <head>
  3. <!-- TemplateBeginEditable name="doctitle" -->
  4. <title>Untitled Document</title>
  5. <!-- TemplateEndEditable -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=">
  7. <!-- TemplateBeginEditable name="head" -->
  8. <!-- TemplateEndEditable -->
  9. <!-- TemplateParam name="ShowHorizontalRule" type="boolean" value="true" -->
  10. <!-- TemplateParam name="HeaderColor" type="color" value="#cccccc" -->
  11. <!-- TemplateParam name="FooterColor" type="color" value="#cccccc" -->
  12. <!-- TemplateParam name="BodyBackgroundColor" type="color" value="#FFFFFF" -->
  13. <!-- TemplateParam name="OddRowColor" type="color" value="#DEDECA" -->
  14. <!-- TemplateParam name="EvenRowColor" type="color" value="#DCDCDC" -->
  15. <!-- TemplateParam name="FormMethod" type="text" value="post" -->
  16. <!-- TemplateParam name="FormAction" type="text" value="" -->
  17. <!-- TemplateParam name="FormName" type="text" value="form1" -->
  18. </head>
  19. <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="@@(BodyBackgroundColor)@@">
  20. <form name="@@(FormName)@@" method="@@(FormMethod)@@" action="@@(FormAction)@@">
  21.   <table align="center" width="100%" border="0" cellspacing="0" cellpadding="4">
  22.     <tr valign="top" bgcolor="@@(HeaderColor)@@"> 
  23.       <td colspan="2"><!-- TemplateBeginEditable name="headerTitle" -->Title<!-- TemplateEndEditable --></td>
  24.       <td align="center"><!-- TemplateBeginEditable name="headerQuantity" -->Quantity<!-- TemplateEndEditable --></td>
  25.       <td align="center"><!-- TemplateBeginEditable name="headerPrice" -->Price<!-- TemplateEndEditable --></td>
  26.       <td align="center"><!-- TemplateBeginEditable name="headerAction" -->Action<!-- TemplateEndEditable --></td>
  27.     </tr>
  28.     <!-- TemplateBeginRepeat name="item" --> 
  29.     <!-- TemplateBeginIf cond="ShowHorizontalRule" -->
  30.         <tr valign="top"> 
  31.       <td align="center" colspan="5"><!-- TemplateBeginEditable name="HorizontalRule" --><hr noshade><!-- TemplateEndEditable --></td>
  32.     </tr>
  33.         <!-- TemplateEndIf -->
  34.     <tr valign="top" bgcolor="@@((_index & 1) ? OddRowColor : EvenRowColor )@@"> 
  35.       <td width="5%" align="center" bgcolor="@@((_index & 1) ? OddRowColor : EvenRowColor )@@"> 
  36.         <!-- TemplateBeginEditable name="image" -->
  37.         <img src="" name="image" width="30" height="30">
  38. <!-- TemplateEndEditable --> 
  39.       </td>
  40.       <td width="55%"><!-- TemplateBeginEditable name="description" --><a href="#">Lorem 
  41.         ipsum dolor</a><br>
  42.         Lorem ipsum dolor sit amet, consectetur adipiscing elit. <!-- TemplateEndEditable --></td>
  43.       <td width="10%" align="center"><!-- TemplateBeginEditable name="quantity" --> 
  44.         <input name="textfield" type="text" size="5" maxlength="4" value="1">
  45.         <!-- TemplateEndEditable --></td>
  46.       <td width="15%" align="right"><!-- TemplateBeginEditable name="price" -->$10.00<!-- TemplateEndEditable --></td>
  47.       <td width="15%" align="center"><!-- TemplateBeginEditable name="action" --> 
  48.         <input type="submit" name="Submit1" value="Save">
  49.         <br>
  50.         <input type="submit" name="Submit2" value="Delete">
  51.         <!-- TemplateEndEditable --> </td>
  52.     </tr>
  53.     <!-- TemplateEndRepeat --> 
  54.     <tr valign="middle" bgcolor="@@(FooterColor)@@"> 
  55.       <td width="60%" align="right" colspan="2"> <!-- TemplateBeginEditable name="footerTotal" --> 
  56.         Total:<!-- TemplateEndEditable --></td>
  57.       <td width="10%" align="center"><!-- TemplateBeginEditable name="footerQuantity" -->1<!-- TemplateEndEditable --></td>
  58.       <td width="15%" align="right"><!-- TemplateBeginEditable name="footerPrice" -->$20.50<!-- TemplateEndEditable --></td>
  59.       <td width="15%" align="center"><!-- TemplateBeginEditable name="footerAction" --> 
  60.         <input type="submit" name="Submit2" value="Buy">
  61.         <!-- TemplateEndEditable --></td>
  62.     </tr>
  63.   </table>
  64. </form>
  65. </body>
  66. </html>
  67.  
  68.